@charset "UTF-8";
.main-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-container .left-container {
  width: 100%;
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 1201px) {
  .main-container .left-container {
    width: calc(100% - 300px);
    padding-top: 0;
  }
}
.main-container .left-container .top-sections {
  padding: 0;
  background-color: #2F5D61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#032c2c));
  background-image: linear-gradient(#000000, #032c2c);
}
.main-container .left-container .top-sections.home-top-banner {
  background-image: none;
  background-color: #031717;
}
@media screen and (min-width: 768px) {
  .main-container .left-container .top-sections.home-top-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#032c2c));
    background-image: linear-gradient(#000000, #032c2c);
    background-color: #2F5D61;
  }
}
.main-container .right-container {
  position: fixed;
  z-index: 11;
  top: 80px;
  right: -300px;
  width: 300px;
  max-width: 300px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  opacity: 1;
  height: calc(100vh - 80px);
  overflow: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(2, 27, 27)), color-stop(90%, rgba(8, 44, 43, 0.8)), to(rgba(8, 44, 43, 0.2)));
  background-image: linear-gradient(rgb(2, 27, 27) 50%, rgba(8, 44, 43, 0.8) 90%, rgba(8, 44, 43, 0.2));
}
@media screen and (min-width: 1201px) {
  .main-container .right-container {
    top: 0;
    background-color: #173f3b;
    background-image: none;
    right: 0;
    height: 100%;
  }
}
.main-container .right-container::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}
@media screen and (min-width: 1201px) {
  .main-container .right-container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.main-container .right-container::-webkit-scrollbar-track {
  background-color: #E2FCF0;
  border-radius: 10px;
  margin: 20px 0;
}
.main-container .right-container::-webkit-scrollbar-thumb {
  background-color: #FFFF00;
  border-radius: 10px;
}
.main-container .right-container .logo-btn-wrap {
  display: none;
}
@media screen and (min-width: 1201px) {
  .main-container .right-container .logo-btn-wrap {
    display: block;
  }
}
.main-container .right-container.sidebar-active {
  right: 0;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow: auto;
}
.main-container .right-container.sidebar-active .nav-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(2, 27, 27)), color-stop(90%, rgba(8, 44, 43, 0.8)), to(rgba(8, 44, 43, 0.2)));
  background-image: linear-gradient(rgb(2, 27, 27) 50%, rgba(8, 44, 43, 0.8) 90%, rgba(8, 44, 43, 0.2));
}
.main-container .right-container.logged-in {
  background-image: none;
  background-color: #173f3b;
}
.main-container .gamesslider {
  display: none;
}
.main-container.logged-in .gamesslider {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 568px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1750px) {
  .container {
    padding: 0 70px;
  }
}

section {
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 568px) {
  section {
    padding: 45px 0;
  }
}

section#payment-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
}
@media screen and (min-width: 1201px) {
  section#payment-icon {
    padding: 30px 0 0;
  }
}
section#payment-icon img {
  width: 90%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}

/*------------------- Section Title------------------------*/
.section-title,
.promotions-header {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-family: "modesto-poster", serif;
}
@media screen and (min-width: 568px) {
  .section-title,
  .promotions-header {
    font-size: 30px;
    line-height: 30px;
  }
}

.promotions-header {
  text-align: center;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 1;
  color: #E2FCF0;
}
@media screen and (min-width: 568px) {
  .promotions-header {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .promotions-header {
    font-size: 42px;
  }
}

.section-title h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-family: "modesto-poster", serif;
}
@media screen and (min-width: 568px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

section#new-games .section-title {
  padding-bottom: 15px;
}

section#top-most-play .section-title,
section#all-games .section-title {
  color: #2F5D61;
  padding-bottom: 15px;
}
section#top-most-play .browse-all-btn,
section#all-games .browse-all-btn {
  margin-top: 15px;
}

section#all-games,
section#top-most-play,
section.all-games-wrap {
  background-color: #ceecc4;
}

button {
  outline: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}

.button-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 335px;
}

.login-btn, .play-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E3FDF1));
  background-image: linear-gradient(#FFFFFF, #E3FDF1);
  color: #2F5D61;
  padding: 17px 20px;
  border-radius: 27px;
  line-height: 20px;
  text-align: center;
  width: 240px;
}
.login-btn:hover, .play-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E3FDF1), to(#A0C8B1));
  background-image: linear-gradient(#E3FDF1, #A0C8B1);
  color: #2F5D61;
}

.register-btn, .promo-btn {
  background-color: #FFFF00;
  color: #2F5D61;
  padding: 17px 20px;
  border-radius: 27px;
  line-height: 20px;
  text-align: center;
  width: 240px;
}
.register-btn:hover, .promo-btn:hover {
  background-color: #96F76E;
  color: #2F5D61;
}

.browse-all-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#2f5d61), to(#3F8E7E));
  background-image: linear-gradient(to right, #2f5d61 0%, #3F8E7E 100%);
  text-decoration: none;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFF00;
  padding: 10px 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 260px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .browse-all-btn {
    padding: 17px 20px;
    border-radius: 27px;
    width: 90%;
    max-width: 335px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .browse-all-btn {
    width: 100%;
  }
}
.browse-all-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#2F5D61), to(#3F8E7E));
  background-image: linear-gradient(to right, #2F5D61, #3F8E7E);
  color: #99FF00;
}

.play-btn {
  border-radius: 20px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  width: 60%;
  min-width: 140px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-btn {
  border-radius: 20px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .promo-btn {
    padding: 16px 20px;
    border-radius: 30px;
    font-size: 28px;
    line-height: 28px;
    width: 300px;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #032c2c;
  background-color: rgb(23, 63, 59);
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 11;
}
@media screen and (min-width: 1201px) {
  .header-wrap {
    display: none;
  }
}
.header-wrap .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 10px;
  width: 100%;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 568px) {
  .header-wrap .main-header {
    padding: 0 20px;
  }
}
.header-wrap .main-header .brand-logo {
  width: 120px;
  height: 80px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap .main-header .brand-logo a {
  display: inline-block;
  width: 100%;
  outline: none;
}
.header-wrap .main-header .brand-logo img {
  max-width: 120px;
  max-height: 60px;
}
.header-wrap .main-header .right-nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (min-width: 568px) {
  .header-wrap .main-header .right-nav {
    margin-right: 30px;
  }
}
.header-wrap .main-header .right-nav .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 375px) {
  .header-wrap .main-header .right-nav .buttons-wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header-wrap .main-header .right-nav .buttons-wrap .button {
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 375px) {
  .header-wrap .main-header .right-nav .buttons-wrap .button {
    width: 95px;
  }
}
@media screen and (min-width: 425px) {
  .header-wrap .main-header .right-nav .buttons-wrap .button {
    width: 110px;
  }
}
.header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 568px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-name {
  max-width: 95px;
  min-width: 75px;
  font-size: 12px;
  line-height: 14px;
  color: #99ff00;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 360px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-name {
    max-width: 100px;
    min-width: 80px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 400px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-name {
    max-width: 120px;
    min-width: 95px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 568px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-name {
    max-width: 160px;
    min-width: 140px;
    font-size: 24px;
    line-height: 24px;
  }
}
.header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-category {
  display: none;
}
.header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-profile-btn {
  width: 105px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFFF00;
  color: #2F5D61;
  font-size: 14px;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-profile-btn:hover {
  background-color: #96F76E;
}
@media screen and (min-width: 360px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-profile-btn {
    width: 120px;
    font-size: 16px;
  }
}
@media screen and (min-width: 400px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-profile-btn {
    width: 130px;
    padding: 5px 15px 5px 8px;
  }
}
@media screen and (min-width: 568px) {
  .header-wrap .main-header .right-nav .buttons-wrap .tablet-and-Mobile .user-profile-btn {
    width: 160px;
    font-size: 20px;
  }
}
.header-wrap .hamburger-icon {
  position: absolute;
  right: 5px;
  top: 0;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  cursor: pointer;
}
@media screen and (min-width: 568px) {
  .header-wrap .hamburger-icon {
    width: 40px;
  }
}
.header-wrap .hamburger-icon img {
  max-width: 7px;
  margin: 0 auto;
}
@media screen and (min-width: 360px) {
  .header-wrap .hamburger-icon img {
    max-width: 30px;
  }
}

.icon-search {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@-webkit-keyframes searchModalAnimate {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

@keyframes searchModalAnimate {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.right-container .logo-btn-wrap .brand-logo {
  max-width: 240px;
  margin: 30px auto 20px;
}
.right-container .logo-btn-wrap .brand-logo img {
  max-width: 100%;
}
.right-container .logo-btn-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  padding-bottom: 30px;
}
.right-container .logo-btn-wrap .user-info-wrap {
  text-align: center;
  padding: 10px 30px 10px;
}
.right-container .logo-btn-wrap .user-info-wrap .user-name {
  width: 240px;
  font-size: 35px;
  line-height: 40px;
  color: #99ff00;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
.right-container .logo-btn-wrap .user-info-wrap .user-category {
  font-size: 20px;
  color: #cecece;
  font-weight: 400;
  line-height: 30px;
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
}
.right-container .logo-btn-wrap .user-info-wrap .user-category span {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.right-container .logo-btn-wrap .user-info-wrap .user-profile-btn {
  width: 240px;
  height: 54px;
  border-radius: 27px;
  background-color: #032c2c;
  font-size: 18px;
  padding: 10px;
  line-height: 34px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}
.right-container .logo-btn-wrap .user-info-wrap .user-profile-btn i {
  opacity: 0.6;
  margin-right: 0.5em;
}
.right-container .logo-btn-wrap .user-info-wrap .user-profile-btn:hover i {
  opacity: 1;
}
.right-container .nav-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#021B1B), to(rgba(8, 44, 43, 0)));
  background-image: linear-gradient(#021B1B 0%, rgba(8, 44, 43, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
@media screen and (min-width: 1201px) {
  .right-container .nav-wrap {
    padding-bottom: 80px;
  }
}
.right-container .nav-wrap .nav-list-wrap {
  max-width: 240px;
  margin: 20px auto;
}
@media screen and (min-width: 1201px) {
  .right-container .nav-wrap .nav-list-wrap {
    margin: 30px auto;
  }
}
.right-container .nav-wrap .nav-list-wrap .nav-item a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 38px;
  text-transform: uppercase;
  color: #99ff00;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-container .nav-wrap .nav-list-wrap .nav-item a svg {
  width: 25px;
  margin-right: 10px;
  fill: #99ff00;
}
.right-container .nav-wrap .nav-list-wrap .nav-item a:hover {
  color: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item a:hover svg {
  fill: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header .arrow-left {
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-top-color: transparent;
  border-right-color: #99ff00;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header h1 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 38px;
  text-transform: uppercase;
  color: #99ff00;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header h1 svg {
  width: 25px;
  margin-right: 10px;
  fill: #99ff00;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header:hover h1 {
  color: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header:hover .arrow-left {
  border-right-color: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item header:hover svg {
  fill: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item .inner-lists a {
  line-height: 35px;
  font-weight: 400;
  padding-left: 35px;
  text-transform: capitalize;
}
.right-container .nav-wrap .nav-list-wrap .nav-item .inner-lists a:hover {
  color: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .nav-item .inner-lists ul i {
  font-size: 1.25em;
  vertical-align: middle;
  padding-right: 7px;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container {
  max-width: 240px;
  min-width: 240px;
  overflow: hidden;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container.open header h1 {
  color: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container.open header h1 svg {
  fill: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container.open header .arrow-left {
  border-right-color: #e2fcf0;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container.open .expand {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container.open .inner-lists {
  margin-bottom: 15px;
  max-height: 210px;
  -webkit-transition: max-height 350ms ease-in-out;
  transition: max-height 350ms ease-in-out;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container .expand {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  margin-right: 5px;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container .inner-lists {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 350ms ease-in-out;
  transition: max-height 350ms ease-in-out;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container .inner-lists ul {
  list-style: none;
  margin: 0;
}
.right-container .nav-wrap .nav-list-wrap .dropdown-container .inner-lists ul li {
  margin-bottom: 0;
}
.right-container .nav-wrap .support-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  line-height: 25px;
  padding: 12px 20px;
}
.right-container .nav-wrap .support-btn img {
  max-width: 25px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.right-container .loggedin-nav-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right-container .loggedin-nav-list-wrap .balance-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#021B1B), to(rgba(8, 44, 43, 0)));
  background-image: linear-gradient(#021B1B 0%, rgba(8, 44, 43, 0) 100%);
  width: 100%;
}
.right-container .loggedin-nav-list-wrap .balance-wrap .balance {
  color: #ffffff;
  padding: 10px 30px 0 30px;
}
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .balance-title {
  color: #99ff00;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .real p,
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .others p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
}
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .real p span,
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .others p span {
  font-family: "Roboto", sans-serif;
}
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .register-btn, .right-container .loggedin-nav-list-wrap .balance-wrap .balance .promo-btn {
  display: inline-block;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 20px;
}
.right-container .loggedin-nav-list-wrap .balance-wrap .balance .loader {
  width: 40px;
  height: 40px;
  border: 3px solid #E2FCF0;
  border-bottom-color: #99FF00;
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  margin: 1em auto;
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 255px;
  width: 255px;
  margin: 20px auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 1201px) {
  .right-container .loggedin-nav-list-wrap .loggedin-nav-wrap {
    margin: 30px auto;
    padding-bottom: 80px;
  }
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap a {
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
  opacity: 0.8;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap a:hover {
  opacity: 1;
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap a:hover i {
  opacity: 1;
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap a i {
  margin-right: 0.5em;
  opacity: 0.6;
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap a .counter {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #ffff00;
  color: #2F5D61;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  padding: 7px 0px;
  font-weight: 500;
}
@media screen and (min-width: 1201px) {
  .right-container .loggedin-nav-list-wrap .loggedin-nav-wrap .hideDesktop {
    display: none;
  }
}
.right-container .loggedin-nav-list-wrap .loggedin-nav-wrap .lmbtn_logout {
  cursor: pointer;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header-slide-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px;
  gap: 20px;
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1350px) {
  .header-slide-wrap {
    padding: 30px 0 0;
    gap: 30px;
  }
}
.header-slide-wrap .header-slide-outer {
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer {
    width: 66%;
  }
}
.header-slide-wrap .header-slide-outer .header-slide {
  max-width: 100%;
  height: 100%;
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  min-height: 270px;
}
@media only screen and (min-width: 375px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    min-height: 300px;
  }
}
@media only screen and (min-width: 410px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    min-height: 325px;
  }
}
@media only screen and (min-width: 460px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    min-height: 360px;
  }
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    min-height: 450px;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide {
    background-position: center;
    min-height: 400px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 20px;
  padding-left: 5px;
  max-width: 70%;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1750px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left {
    padding-left: 80px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .bonus-percentage {
  font-size: 92px;
  line-height: 80px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .bonus-percentage {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .bonus-percentage {
    font-size: 130px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .bonus-percentage {
    font-size: 170px;
    line-height: 140px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .bonus-percentage {
    font-size: 130px;
    line-height: 110px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .promo-cashout-header-text {
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .promo-cashout-header-text {
    font-size: 85px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .promo-cashout-header-text {
    font-size: 46px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .promo-cashout-header-text {
    font-size: 50px;
    line-height: 60px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .offer-text {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: uppercase;
  color: #e2fcf0;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .offer-text {
    font-size: 54px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .offer-text {
    font-size: 60px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .offer-text {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .offer-text {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .offer-text {
    font-size: 70px;
    line-height: 70px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .plus-offer-text {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #d7f5e8;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .plus-offer-text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .plus-offer-text {
    font-size: 24px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .plus-offer-text {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .plus-offer-text {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .plus-offer-text {
    font-size: 32px;
    line-height: 33px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner {
  font-size: 16px;
  line-height: 18px;
  padding-top: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner {
    font-size: 22px;
    line-height: 24px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner {
    font-size: 20px;
    line-height: 22px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner {
    font-size: 22px;
    line-height: 24px;
    padding-top: 25px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner .desktop-br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner .desktop-br {
    display: block;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner .mobile-br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .cashout-text-banner .mobile-br {
    display: none;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .slide-promo-btn {
  margin-top: 20px;
  width: 166px;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .slide-promo-btn {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .slide-promo-btn {
    width: 250px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide .slide-content-left .slide-promo-btn {
    margin-top: 30px;
    width: 300px;
    font-size: 28px;
  }
}
.header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide.slide3 .bonus-percentage {
  font-size: 75px;
  line-height: 60px;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide.slide3 .bonus-percentage {
    font-size: 120px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap .header-slide-outer .header-slide .swiper-wrapper .swiper-slide.slide3 .bonus-percentage {
    font-size: 150px;
    line-height: 130px;
  }
}
.header-slide-wrap .header-slide-outer .swiper-pagination {
  bottom: 0;
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-slide-outer .swiper-pagination {
    display: none;
  }
}
.header-slide-wrap .header-slide-outer .swiper-pagination .swiper-pagination-bullet {
  background: #68816d;
  opacity: 1;
}
.header-slide-wrap .header-slide-outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFF00;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.header-slide-wrap .header-promo-wrap {
  display: none;
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-promo-wrap {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 1350px) {
  .header-slide-wrap .header-promo-wrap {
    row-gap: 30px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  min-height: 200px;
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list {
    min-height: 230px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list {
    min-height: 260px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list {
    min-height: 260px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 20px 15px;
  max-width: 75%;
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content {
    padding: 20px 0 20px 20px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content {
    padding: 20px 0 20px 30px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-amount {
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-amount {
    font-size: 85px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-amount {
    font-size: 90px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-amount {
    font-size: 100px;
    line-height: 80px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-amount span {
  margin-left: -8px;
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .promo-cashout-header-text {
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .promo-cashout-header-text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .promo-cashout-header-text {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .promo-cashout-header-text {
    font-size: 46px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .promo-cashout-header-text {
    font-size: 50px;
    line-height: 60px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-header {
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  color: #e2fcf0;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-header {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-header {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1540px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-header {
    font-size: 46px;
    line-height: 52px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-info {
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-info {
    font-size: 15px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-info {
    font-size: 16px;
    line-height: 18px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .offer-text-info small {
  text-transform: initial;
}
.header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .top-promo-btn {
  border-radius: 25px;
  margin-top: 7px;
  height: 50px;
  width: 220px;
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .top-promo-btn {
    width: 200px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .top-promo-btn {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1421px) {
  .header-slide-wrap .header-promo-wrap .header-promo-list .header-promo-content .top-promo-btn {
    width: 220px;
    font-size: 20px;
    margin-top: 15px;
  }
}
.header-slide-wrap .header-promo-wrap .header-promo-list.promo1 {
  background-image: url(../../images/promos/header-promos/aside-promo-bg-2.jpg);
}
.header-slide-wrap .header-promo-wrap .header-promo-list.promo2 {
  background-image: url(../../images/promos/header-promos/aside-promo-bg-3.jpg);
}
.header-slide-wrap.desktopAndTablet {
  display: none;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap.desktopAndTablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-slide-wrap.desktopAndTablet .swiper-wrapper .swiper-slide.slide1 {
  background-image: url(../../images/promos/header-promos/promo-bg-1.jpg);
}
.header-slide-wrap.desktopAndTablet .swiper-wrapper .swiper-slide.slide2 {
  background-image: url(../../images/promos/header-promos/promo-bg-2.png);
}
.header-slide-wrap.desktopAndTablet .swiper-wrapper .swiper-slide.slide3 {
  background-image: url(../../images/promos/header-promos/promo-bg-3.png);
}
.header-slide-wrap.desktopAndTablet .swiper-wrapper .swiper-slide.slide4 {
  background-image: url(../../images/promos/header-promos/promo-bg-4.png);
}
.header-slide-wrap.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-slide-wrap.mobile .swiper-wrapper .swiper-slide .top-promo-btn {
  width: 170px;
  font-size: 16px;
  margin-top: 20px;
}
.header-slide-wrap.mobile .swiper-wrapper .swiper-slide .offer-text-info {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.header-slide-wrap.mobile .swiper-wrapper .swiper-slide .offer-text-info small {
  text-transform: initial;
}
.header-slide-wrap.mobile .swiper-wrapper .swiper-slide.slide1 {
  background-image: url(../../images/promos/header-promos/promo-bg-1.jpg);
}
.header-slide-wrap.mobile .swiper-wrapper .swiper-slide.slide2 {
  background-image: url(../../images/promos/header-promos/aside-promo-bg-2.jpg);
}
.header-slide-wrap.mobile .swiper-wrapper .swiper-slide.slide3 {
  background-image: url(../../images/promos/header-promos/aside-promo-bg-3.jpg);
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap.mobile {
    display: none;
  }
}
.header-slide-wrap.slider-homepage-only .header-slide-outer {
  width: 100%;
}
.header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
  max-width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  min-height: 270px;
  background-image: url(../../images/promos/header-promos/promo-bg-mob.jpg);
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    background-image: url(../../images/promos/header-promos/promo-bg-dsk.jpg);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 375px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 300px;
  }
}
@media only screen and (min-width: 410px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 325px;
  }
}
@media only screen and (min-width: 460px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 360px;
  }
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 450px;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 850px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1300px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide {
    min-height: 550px;
  }
}
.header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 450px;
  padding: 180px 10px 0px 10px;
}
@media only screen and (min-width: 375px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    padding: 200px 10px 0px 10px;
  }
}
@media only screen and (min-width: 425px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    padding: 230px 10px 0px 10px;
  }
}
@media only screen and (min-width: 500px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    padding: 260px 10px 0px 10px;
  }
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    padding: 260px 10px 0px 10px;
  }
}
@media only screen and (min-width: 650px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    padding: 330px 10px 0px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    padding: 50px 10px 40px 50px;
    max-width: 380px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1201px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left {
    max-width: 450px;
  }
}
.header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left .bonus-img-wrap .bonus-img-link {
  display: inline-block;
  padding: 0 5%;
}
@media only screen and (min-width: 568px) {
  .header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left .bonus-img-wrap .bonus-img-link {
    padding: 0;
  }
}
.header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left .bonus-img-wrap .bonus-img-link img {
  max-width: 100%;
}
.header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left .main-cta img {
  max-width: 84%;
  margin: 0 auto;
  display: block;
}
.header-slide-wrap.slider-homepage-only .header-slide-outer .header-slide .slide-content-left .lightning-withdrawals {
  max-width: 300px;
}

@font-face {
  font-family: "megamedusa";
  src: url("../fonts/megamedusa.eot?70255349");
  src: url("../fonts/megamedusa.eot?70255349#iefix") format("embedded-opentype"), url("../fonts/megamedusa.woff2?70255349") format("woff2"), url("../fonts/megamedusa.woff?70255349") format("woff"), url("../fonts/megamedusa.ttf?70255349") format("truetype"), url("../fonts/megamedusa.svg?70255349#megamedusa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "megamedusa";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e801";
}

.icon-plus-circled:before {
  content: "\e802";
} /* '' */
.icon-minus-circled:before {
  content: "\e803";
} /* '' */
.icon-arrow-left:before {
  content: "\e804";
} /* '' */
.icon-arrow-right:before {
  content: "\e805";
} /* '' */
.icon-18:before {
  content: "\e806";
} /* '' */
.icon-resize-full:before {
  content: "\e813";
} /* '' */
.icon-resize-small:before {
  content: "\e814";
} /* '' */
.icon-faq:before {
  content: "\e815";
} /* '' */
.icon-games:before {
  content: "\e816";
} /* '' */
.icon-home:before {
  content: "\e817";
} /* '' */
.icon-privacy:before {
  content: "\e818";
} /* '' */
.icon-promotions:before {
  content: "\e819";
} /* '' */
.icon-terms:before {
  content: "\e81a";
} /* '' */
.icon-trophy:before {
  content: "\e81b";
} /* '' */
.icon-contact:before {
  content: "\e81c";
} /* '' */
.icon-banking:before {
  content: "\e81d";
} /* '' */
.icon-plus:before {
  content: "\e81e";
} /* '' */
.icon-arrow-down-2:before {
  content: "\e81f";
} /* '' */
.icon-close:before {
  content: "\e822";
} /* '' */
.icon-country:before {
  content: "\e823";
} /* '' */
.icon-ga:before {
  content: "\e824";
} /* '' */
.icon-gift:before {
  content: "\e825";
} /* '' */
.icon-gt:before {
  content: "\e826";
} /* '' */
.icon-mail:before {
  content: "\e827";
} /* '' */
.icon-menu:before {
  content: "\e828";
} /* '' */
.icon-password:before {
  content: "\e829";
} /* '' */
.icon-popular-games:before {
  content: "\e82a";
} /* '' */
.icon-search:before {
  content: "\e82b";
} /* '' */
.icon-slot-games:before {
  content: "\e82c";
} /* '' */
.icon-table-games:before {
  content: "\e82d";
} /* '' */
.icon-top-games:before {
  content: "\e82e";
} /* '' */
.icon-jackpot-new:before {
  content: "\e821";
} /* '' */
.icon-vip-new:before {
  content: "\e999";
} /* '' */
@font-face {
  font-family: "iconswp";
  src: url("../fonts/loggdin-icons/iconswp.eot?12577634");
  src: url("../fonts/loggdin-icons/iconswp.eot?12577634#iefix") format("embedded-opentype"), url("../fonts/loggdin-icons/iconswp.woff2?12577634") format("woff2"), url("../fonts/loggdin-icons/iconswp.woff?12577634") format("woff"), url("../fonts/loggdin-icons/iconswp.ttf?12577634") format("truetype"), url("../fonts/loggdin-icons/iconswp.svg?12577634#iconswp") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "iconswp";
    src: url("../fonts/loggdin-icons/iconswp.svg?12577634#iconswp") format("svg");
  }
}
#cashier [class^=icon-] {
  display: inline-block;
}
#cashier [class^=icon-]:before, #cashier [class*=" icon-"]:before {
  font-family: "cashier" !important;
}

.sidebar-wrap .user-info-wrap,
.sidebar-wrap .loggedin-nav-list-wrap,
.header-wrap .user-info-wrap,
.header-wrap .loggedin-nav-list-wrap {
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}
.sidebar-wrap .user-info-wrap [class^=icon-],
.sidebar-wrap .loggedin-nav-list-wrap [class^=icon-],
.header-wrap .user-info-wrap [class^=icon-],
.header-wrap .loggedin-nav-list-wrap [class^=icon-] {
  display: inline-block;
}
.sidebar-wrap .user-info-wrap [class^=icon-]:before, .sidebar-wrap .user-info-wrap [class*=" icon-"]:before,
.sidebar-wrap .loggedin-nav-list-wrap [class^=icon-]:before,
.sidebar-wrap .loggedin-nav-list-wrap [class*=" icon-"]:before,
.header-wrap .user-info-wrap [class^=icon-]:before,
.header-wrap .user-info-wrap [class*=" icon-"]:before,
.header-wrap .loggedin-nav-list-wrap [class^=icon-]:before,
.header-wrap .loggedin-nav-list-wrap [class*=" icon-"]:before {
  font-family: "iconswp" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-wrap .user-info-wrap .icon-fav-outline:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-fav-outline:before,
.header-wrap .user-info-wrap .icon-fav-outline:before,
.header-wrap .loggedin-nav-list-wrap .icon-fav-outline:before {
  content: "\e800";
}
.sidebar-wrap .user-info-wrap .icon-resize-full:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-resize-full:before,
.header-wrap .user-info-wrap .icon-resize-full:before,
.header-wrap .loggedin-nav-list-wrap .icon-resize-full:before {
  content: "\e801";
}
.sidebar-wrap .user-info-wrap .icon-menu:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-menu:before,
.header-wrap .user-info-wrap .icon-menu:before,
.header-wrap .loggedin-nav-list-wrap .icon-menu:before {
  content: "\e802";
}
.sidebar-wrap .user-info-wrap .icon-resize-small:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-resize-small:before,
.header-wrap .user-info-wrap .icon-resize-small:before,
.header-wrap .loggedin-nav-list-wrap .icon-resize-small:before {
  content: "\e803";
}
.sidebar-wrap .user-info-wrap .icon-logout:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-logout:before,
.header-wrap .user-info-wrap .icon-logout:before,
.header-wrap .loggedin-nav-list-wrap .icon-logout:before {
  content: "\e804";
}
.sidebar-wrap .user-info-wrap .icon-edit:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-edit:before,
.header-wrap .user-info-wrap .icon-edit:before,
.header-wrap .loggedin-nav-list-wrap .icon-edit:before {
  content: "\e805";
}
.sidebar-wrap .user-info-wrap .icon-download:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-download:before,
.header-wrap .user-info-wrap .icon-download:before,
.header-wrap .loggedin-nav-list-wrap .icon-download:before {
  content: "\e806";
}
.sidebar-wrap .user-info-wrap .icon-mail:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-mail:before,
.header-wrap .user-info-wrap .icon-mail:before,
.header-wrap .loggedin-nav-list-wrap .icon-mail:before {
  content: "\e807";
}
.sidebar-wrap .user-info-wrap .icon-picture:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-picture:before,
.header-wrap .user-info-wrap .icon-picture:before,
.header-wrap .loggedin-nav-list-wrap .icon-picture:before {
  content: "\e808";
}
.sidebar-wrap .user-info-wrap .icon-geotag:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-geotag:before,
.header-wrap .user-info-wrap .icon-geotag:before,
.header-wrap .loggedin-nav-list-wrap .icon-geotag:before {
  content: "\e809";
}
.sidebar-wrap .user-info-wrap .icon-cancel:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-cancel:before,
.header-wrap .user-info-wrap .icon-cancel:before,
.header-wrap .loggedin-nav-list-wrap .icon-cancel:before {
  content: "\e80a";
}
.sidebar-wrap .user-info-wrap .icon-up-open:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-up-open:before,
.header-wrap .user-info-wrap .icon-up-open:before,
.header-wrap .loggedin-nav-list-wrap .icon-up-open:before {
  content: "\e80c";
}
.sidebar-wrap .user-info-wrap .icon-right-open:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-right-open:before,
.header-wrap .user-info-wrap .icon-right-open:before,
.header-wrap .loggedin-nav-list-wrap .icon-right-open:before {
  content: "\e80e";
}
.sidebar-wrap .user-info-wrap .icon-left-open:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-left-open:before,
.header-wrap .user-info-wrap .icon-left-open:before,
.header-wrap .loggedin-nav-list-wrap .icon-left-open:before {
  content: "\e80d";
}
.sidebar-wrap .user-info-wrap .icon-down-open:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-down-open:before,
.header-wrap .user-info-wrap .icon-down-open:before,
.header-wrap .loggedin-nav-list-wrap .icon-down-open:before {
  content: "\e80b";
}
.sidebar-wrap .user-info-wrap .icon-fav-full:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-fav-full:before,
.header-wrap .user-info-wrap .icon-fav-full:before,
.header-wrap .loggedin-nav-list-wrap .icon-fav-full:before {
  content: "\e80f";
}
.sidebar-wrap .user-info-wrap .icon-star:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-star:before,
.header-wrap .user-info-wrap .icon-star:before,
.header-wrap .loggedin-nav-list-wrap .icon-star:before {
  content: "\e810";
}
.sidebar-wrap .user-info-wrap .icon-gift:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-gift:before,
.header-wrap .user-info-wrap .icon-gift:before,
.header-wrap .loggedin-nav-list-wrap .icon-gift:before {
  content: "\e811";
}
.sidebar-wrap .user-info-wrap .icon-arrow-top:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-arrow-top:before,
.header-wrap .user-info-wrap .icon-arrow-top:before,
.header-wrap .loggedin-nav-list-wrap .icon-arrow-top:before {
  content: "\e812";
}
.sidebar-wrap .user-info-wrap .icon-money:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-money:before,
.header-wrap .user-info-wrap .icon-money:before,
.header-wrap .loggedin-nav-list-wrap .icon-money:before {
  content: "\e813";
}
.sidebar-wrap .user-info-wrap .icon-contact:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-contact:before,
.header-wrap .user-info-wrap .icon-contact:before,
.header-wrap .loggedin-nav-list-wrap .icon-contact:before {
  content: "\e814";
}
.sidebar-wrap .user-info-wrap .icon-info:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-info:before,
.header-wrap .user-info-wrap .icon-info:before,
.header-wrap .loggedin-nav-list-wrap .icon-info:before {
  content: "\e815";
}
.sidebar-wrap .user-info-wrap .icon-play:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-play:before,
.header-wrap .user-info-wrap .icon-play:before,
.header-wrap .loggedin-nav-list-wrap .icon-play:before {
  content: "\e816";
}
.sidebar-wrap .user-info-wrap .icon-ok:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-ok:before,
.header-wrap .user-info-wrap .icon-ok:before,
.header-wrap .loggedin-nav-list-wrap .icon-ok:before {
  content: "\e817";
}
.sidebar-wrap .user-info-wrap .icon-shield-bad:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-shield-bad:before,
.header-wrap .user-info-wrap .icon-shield-bad:before,
.header-wrap .loggedin-nav-list-wrap .icon-shield-bad:before {
  content: "\e818";
}
.sidebar-wrap .user-info-wrap .icon-shield-ok:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-shield-ok:before,
.header-wrap .user-info-wrap .icon-shield-ok:before,
.header-wrap .loggedin-nav-list-wrap .icon-shield-ok:before {
  content: "\e819";
}
.sidebar-wrap .user-info-wrap .icon-drag:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-drag:before,
.header-wrap .user-info-wrap .icon-drag:before,
.header-wrap .loggedin-nav-list-wrap .icon-drag:before {
  content: "\e81a";
}
.sidebar-wrap .user-info-wrap .icon-lock-filled:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-lock-filled:before,
.header-wrap .user-info-wrap .icon-lock-filled:before,
.header-wrap .loggedin-nav-list-wrap .icon-lock-filled:before {
  content: "\e81b";
}
.sidebar-wrap .user-info-wrap .icon-lock-open-filled:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-lock-open-filled:before,
.header-wrap .user-info-wrap .icon-lock-open-filled:before,
.header-wrap .loggedin-nav-list-wrap .icon-lock-open-filled:before {
  content: "\e81c";
}
.sidebar-wrap .user-info-wrap .icon-trash-empty:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-trash-empty:before,
.header-wrap .user-info-wrap .icon-trash-empty:before,
.header-wrap .loggedin-nav-list-wrap .icon-trash-empty:before {
  content: "\e81d";
}
.sidebar-wrap .user-info-wrap .icon-search:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-search:before,
.header-wrap .user-info-wrap .icon-search:before,
.header-wrap .loggedin-nav-list-wrap .icon-search:before {
  content: "\e81f";
}
.sidebar-wrap .user-info-wrap .icon-home:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-home:before,
.header-wrap .user-info-wrap .icon-home:before,
.header-wrap .loggedin-nav-list-wrap .icon-home:before {
  content: "\e820";
}
.sidebar-wrap .user-info-wrap .icon-chip:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-chip:before,
.header-wrap .user-info-wrap .icon-chip:before,
.header-wrap .loggedin-nav-list-wrap .icon-chip:before {
  content: "\e821";
}
.sidebar-wrap .user-info-wrap .icon-chat:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-chat:before,
.header-wrap .user-info-wrap .icon-chat:before,
.header-wrap .loggedin-nav-list-wrap .icon-chat:before {
  content: "\e822";
}
.sidebar-wrap .user-info-wrap .icon-spin:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-spin:before,
.header-wrap .user-info-wrap .icon-spin:before,
.header-wrap .loggedin-nav-list-wrap .icon-spin:before {
  content: "\e838";
}
.sidebar-wrap .user-info-wrap .icon-chat-empty:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-chat-empty:before,
.header-wrap .user-info-wrap .icon-chat-empty:before,
.header-wrap .loggedin-nav-list-wrap .icon-chat-empty:before {
  content: "\f0e6";
}
.sidebar-wrap .user-info-wrap .icon-doc-text:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-doc-text:before,
.header-wrap .user-info-wrap .icon-doc-text:before,
.header-wrap .loggedin-nav-list-wrap .icon-doc-text:before {
  content: "\f0f6";
}
.sidebar-wrap .user-info-wrap .icon-sort-alt-up:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-sort-alt-up:before,
.header-wrap .user-info-wrap .icon-sort-alt-up:before,
.header-wrap .loggedin-nav-list-wrap .icon-sort-alt-up:before {
  content: "\f160";
}
.sidebar-wrap .user-info-wrap .icon-sort-alt-down:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-sort-alt-down:before,
.header-wrap .user-info-wrap .icon-sort-alt-down:before,
.header-wrap .loggedin-nav-list-wrap .icon-sort-alt-down:before {
  content: "\f161";
}
.sidebar-wrap .user-info-wrap .icon-bank:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-bank:before,
.header-wrap .user-info-wrap .icon-bank:before,
.header-wrap .loggedin-nav-list-wrap .icon-bank:before {
  content: "\f19c";
}
.sidebar-wrap .user-info-wrap .icon-safari:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-safari:before,
.header-wrap .user-info-wrap .icon-safari:before,
.header-wrap .loggedin-nav-list-wrap .icon-safari:before {
  content: "\f267";
}
.sidebar-wrap .user-info-wrap .icon-chrome:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-chrome:before,
.header-wrap .user-info-wrap .icon-chrome:before,
.header-wrap .loggedin-nav-list-wrap .icon-chrome:before {
  content: "\f268";
}
.sidebar-wrap .user-info-wrap .icon-firefox:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-firefox:before,
.header-wrap .user-info-wrap .icon-firefox:before,
.header-wrap .loggedin-nav-list-wrap .icon-firefox:before {
  content: "\f269";
}
.sidebar-wrap .user-info-wrap .icon-opera:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-opera:before,
.header-wrap .user-info-wrap .icon-opera:before,
.header-wrap .loggedin-nav-list-wrap .icon-opera:before {
  content: "\f26a";
}
.sidebar-wrap .user-info-wrap .icon-edge:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-edge:before,
.header-wrap .user-info-wrap .icon-edge:before,
.header-wrap .loggedin-nav-list-wrap .icon-edge:before {
  content: "\f282";
}
.sidebar-wrap .user-info-wrap .icon-volume-control-phone:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-volume-control-phone:before,
.header-wrap .user-info-wrap .icon-volume-control-phone:before,
.header-wrap .loggedin-nav-list-wrap .icon-volume-control-phone:before {
  content: "\f2a0";
}
.sidebar-wrap .user-info-wrap .icon-address-card-o:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-address-card-o:before,
.header-wrap .user-info-wrap .icon-address-card-o:before,
.header-wrap .loggedin-nav-list-wrap .icon-address-card-o:before {
  content: "\f2bc";
}
.sidebar-wrap .user-info-wrap .icon-user:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-user:before,
.header-wrap .user-info-wrap .icon-user:before,
.header-wrap .loggedin-nav-list-wrap .icon-user:before {
  content: "\f2be";
}
.sidebar-wrap .user-info-wrap .icon-lock:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-lock:before,
.header-wrap .user-info-wrap .icon-lock:before,
.header-wrap .loggedin-nav-list-wrap .icon-lock:before {
  content: "\e81b";
  margin: 0;
}
.sidebar-wrap .user-info-wrap .icon-lock:after,
.sidebar-wrap .loggedin-nav-list-wrap .icon-lock:after,
.header-wrap .user-info-wrap .icon-lock:after,
.header-wrap .loggedin-nav-list-wrap .icon-lock:after {
  margin: 0;
  content: "\e81c";
  display: none;
}
.sidebar-wrap .user-info-wrap .icon-lock.open:before,
.sidebar-wrap .loggedin-nav-list-wrap .icon-lock.open:before,
.header-wrap .user-info-wrap .icon-lock.open:before,
.header-wrap .loggedin-nav-list-wrap .icon-lock.open:before {
  display: none;
}
.sidebar-wrap .user-info-wrap .icon-lock.open:after,
.sidebar-wrap .loggedin-nav-list-wrap .icon-lock.open:after,
.header-wrap .user-info-wrap .icon-lock.open:after,
.header-wrap .loggedin-nav-list-wrap .icon-lock.open:after {
  display: inline-block;
}

.sidebar-wrap .loggedin-nav-list-wrap .gotoRAF [class^=icon-]:before,
.sidebar-wrap .loggedin-nav-list-wrap .gotoRAF [class*=" icon-"]:before {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-wrap .loggedin-nav-list-wrap .gotoRAF .icon-users:before {
  content: "\e800" !important;
}

ul.card-list li .card .card-body {
  display: none;
}

ul.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 568px) {
  ul.card-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
ul.card-list li {
  list-style: none;
  width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 5px;
}
ul.card-list li:nth-child(7), ul.card-list li:nth-child(8), ul.card-list li:nth-child(9), ul.card-list li:nth-child(10) {
  display: none;
}
@media screen and (min-width: 568px) {
  ul.card-list li {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  ul.card-list li {
    width: 25%;
  }
  ul.card-list li:nth-child(7), ul.card-list li:nth-child(8) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul.card-list li:nth-child(9), ul.card-list li:nth-child(10) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  ul.card-list li {
    width: 20%;
  }
  ul.card-list li:nth-child(9), ul.card-list li:nth-child(10) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
}
.card .card-head {
  width: 100%;
}
.card .card-head img {
  width: 100%;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .card .card-head img {
    border-radius: 20px;
  }
}
.card .card-body {
  width: 100%;
  padding: 10px;
}
.card .card-body h2 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
}
.card .card-body p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
}

.newbanners {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  background-color: #2f5d61;
  border-radius: 50%;
  border: 2px solid #99ff00;
  color: #99ff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .newbanners {
    width: 50px;
    height: 50px;
    font-size: 16px;
    border: 3px solid #99ff00;
  }
}

.hot-banner {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  background-color: #ff3300;
  border-radius: 50%;
  border: 2px solid #ffff00;
  color: #ffff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hot-banner {
    width: 50px;
    height: 50px;
    font-size: 16px;
    border: 3px solid #ffff00;
  }
}

section#jackpot {
  background-image: url(../../images/jackpot/home-jackpots-mobile-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #032c2c;
}
@media screen and (min-width: 568px) {
  section#jackpot {
    background-image: url(../../images/jackpot/home-jackpots-larger-bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot {
    padding-bottom: 50px;
    background-position: left;
  }
}
@media screen and (min-width: 950px) {
  section#jackpot {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot {
    background-position: center;
    padding-bottom: 50px;
  }
}
section#jackpot .jackpot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap {
    row-gap: 50px;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section#jackpot .jackpot-wrap .jackpot-left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 40px 0 80px;
}
@media screen and (min-width: 568px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap {
    padding: 20px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap {
    width: 50%;
  }
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
  font-size: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 425px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 55px;
  }
}
@media screen and (min-width: 568px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 80px;
  }
}
@media screen and (min-width: 980px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 100px;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 70px;
  }
}
@media screen and (min-width: 1201px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 65px;
  }
}
@media screen and (min-width: 1280px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 70px;
  }
}
@media screen and (min-width: 1540px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 80px;
  }
}
@media screen and (min-width: 1750px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 90px;
  }
}
@media screen and (min-width: 1900px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount {
    font-size: 100px;
  }
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1 {
  display: inline-block;
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
  width: 22px;
}
@media screen and (min-width: 425px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 25px;
  }
}
@media screen and (min-width: 568px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 35px;
  }
}
@media screen and (min-width: 980px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 42px;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 30px;
  }
}
@media screen and (min-width: 1201px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 30px;
  }
}
@media screen and (min-width: 1280px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 30px;
  }
}
@media screen and (min-width: 1540px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 38px;
  }
}
@media screen and (min-width: 1750px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 42px;
  }
}
@media screen and (min-width: 1900px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(1), section#jackpot .jackpot-wrap .jackpot-left-wrap .j-amount .jackpot-text_player .fancy-jackpot1 .single-char1:nth-last-child(2) {
    width: 45px;
  }
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .j-info {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1;
  text-transform: uppercase;
  color: #e2fcf0;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 425px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-info {
    font-size: 34px;
  }
}
@media screen and (min-width: 568px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-info {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-info {
    font-size: 38px;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-info {
    font-size: 36px;
  }
}
@media screen and (min-width: 1540px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .j-info {
    font-size: 46px;
  }
}
section#jackpot .jackpot-wrap .jackpot-left-wrap .jackpot-btn {
  letter-spacing: 1px;
  margin-top: 8px;
  width: 200px;
}
@media screen and (min-width: 568px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .jackpot-btn {
    width: 240px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-left-wrap .jackpot-btn {
    width: 325px;
  }
}
section#jackpot .jackpot-wrap .jackpot-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap {
    width: 50%;
  }
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 375px) and (max-width: 767.98px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  max-width: 120px;
  border-radius: 14px;
  background-color: #032828;
  border: 1px solid #99ff00;
  padding: 10px 0;
}
@media screen and (min-width: 568px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list {
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list {
    width: 16%;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list {
    width: 30%;
    border-radius: 20px;
    max-width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list {
    max-width: 220px;
  }
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list .j-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list .j-card-img img {
  max-width: 65%;
  margin: 0 auto;
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.card-j-amount {
  font-size: 12px;
  color: #99ff00;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.card-j-amount {
    font-size: 20px;
  }
}
@media screen and (min-width: 1201px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.card-j-amount {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.card-j-amount {
    font-size: 20px;
  }
}
section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.j-game {
  font-size: 9px;
  color: #e2fcf0;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.j-game {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.j-game {
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  section#jackpot .jackpot-wrap .jackpot-right-wrap .jackpot-list-wrap .j-card-list p.j-game {
    font-size: 16px;
  }
}

section#winner-feed {
  background-color: #2F5D61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1F3D40), to(#2F5D61));
  background-image: linear-gradient(#1F3D40, #2F5D61);
}
section#winner-feed .winners-feed-game-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  section#winner-feed .winners-feed-game-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -10px;
  }
}
section#winner-feed .winners-feed-game-wrap .feed-game-list {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  section#winner-feed .winners-feed-game-wrap .feed-game-list {
    width: 25%;
    padding: 0 10px;
  }
}
section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-header {
  background-color: #E2FCF0;
  border-radius: 14px 14px 0 0;
  text-align: center;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-header {
    border-radius: 20px 20px 0 0;
  }
}
section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-header p {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #2f5d61;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img {
  position: relative;
  cursor: pointer;
}
section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img img {
  width: 100%;
  border-radius: 0 0 14px 14px;
}
@media screen and (min-width: 768px) {
  section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img img {
    border-radius: 0 0 20px 20px;
  }
}
section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 95, 99, 0.7)), to(rgba(109, 189, 108, 0.7)));
  background-image: linear-gradient(rgba(49, 95, 99, 0.7), rgba(109, 189, 108, 0.7));
  border-radius: 0 0 14px 14px;
}
@media screen and (min-width: 768px) {
  section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img .overlay {
    border-radius: 0 0 20px 20px;
  }
}
section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img .overlay .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img .overlay .play-btn {
    width: 80%;
    max-width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  section#winner-feed .winners-feed-game-wrap .feed-game-list .feed-game-img .overlay .play-btn {
    width: 60%;
    min-width: 140px;
  }
}
section#winner-feed .winners-feed-game-wrap .feed-game-list:hover .feed-game-img .overlay {
  display: block;
}

#promo-banner {
  background-image: url(../../images/promos/footer-promo/home-footer-promo-larger-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 568px) {
  #promo-banner {
    min-height: 350px;
  }
}
@media screen and (min-width: 768px) {
  #promo-banner {
    min-height: 380px;
  }
}
@media screen and (min-width: 1025px) {
  #promo-banner {
    min-height: 400px;
  }
}
#promo-banner .banner-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  #promo-banner .banner-content-wrap {
    width: 62%;
  }
}
@media screen and (min-width: 1301px) {
  #promo-banner .banner-content-wrap {
    width: 60%;
  }
}
#promo-banner .banner-content-wrap .banner-text,
#promo-banner .banner-content-wrap .banner-text-up {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  color: #e2fcf0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}
@media screen and (min-width: 425px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 65px;
  }
}
@media screen and (min-width: 950px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 75px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1201px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 62px;
  }
}
@media screen and (min-width: 1300px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 65px;
  }
}
@media screen and (min-width: 1440px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 70px;
  }
}
@media screen and (min-width: 1750px) {
  #promo-banner .banner-content-wrap .banner-text,
  #promo-banner .banner-content-wrap .banner-text-up {
    font-size: 80px;
  }
}
#promo-banner .banner-content-wrap .banner-text-up {
  color: #ffffff;
  padding-bottom: 0;
  line-height: 0.85;
}
#promo-banner .banner-content-wrap .more-game-btn {
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  width: 240px;
}
@media screen and (min-width: 568px) {
  #promo-banner .banner-content-wrap .more-game-btn {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  #promo-banner .banner-content-wrap .more-game-btn {
    font-size: 20px;
    line-height: 20px;
    border-radius: 27px;
    padding: 17px 20px;
    width: 312px;
  }
}

.footer-wrap {
  background: #161430;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#032c2c), to(#000000));
  background-image: linear-gradient(#032c2c, #000000);
  padding: 0 10px;
}
@media screen and (min-width: 425px) {
  .footer-wrap {
    padding: 0 15px;
  }
}
@media screen and (min-width: 568px) {
  .footer-wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-wrap {
    padding: 0 30px;
  }
}
.footer-wrap .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 45px 0;
  }
}
.footer-wrap .footer-top .brand-logo {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-top .brand-logo {
    width: 50%;
    max-width: 260px;
  }
}
@media screen and (min-width: 990px) {
  .footer-wrap .footer-top .brand-logo {
    max-width: 300px;
  }
}
.footer-wrap .footer-top .brand-logo img {
  max-width: 100%;
}
.footer-wrap .footer-top .menu-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 530px;
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-top .menu-list-wrap {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: unset;
  }
}
.footer-wrap .footer-top .menu-list-wrap .menu-list {
  width: 100%;
}
.footer-wrap .footer-top .menu-list-wrap .menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-wrap .footer-top .menu-list-wrap .menu-list ul li {
  list-style-type: none;
  width: 50%;
}
@media screen and (min-width: 375px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li {
    width: 33.333%;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li {
    width: 50%;
  }
}
@media screen and (min-width: 990px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li {
    width: 33.333%;
  }
}
@media screen and (min-width: 991px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li.f-maxwidth {
    width: 30%;
  }
}
.footer-wrap .footer-top .menu-list-wrap .menu-list ul li a {
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: uppercase;
  color: #99ff00;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 415px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 568px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li a {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-wrap .footer-top .menu-list-wrap .menu-list ul li a {
    font-size: 18px;
    line-height: 30px;
  }
}
.footer-wrap .footer-top .menu-list-wrap .menu-list ul li a:hover {
  color: #e2fcf0;
}
.footer-wrap .footer-middle {
  border-top: 1px solid #99FF00;
  border-bottom: 1px solid #99FF00;
}
.footer-wrap .footer-middle .payment-icon img {
  width: 90%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
.footer-wrap .footer-bottom {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.footer-wrap .footer-bottom .f-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-bottom .f-info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .footer-wrap .footer-bottom .f-info-wrap {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-wrap .footer-bottom .f-info-wrap {
    gap: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-bottom .f-info-wrap {
    gap: 50px;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 14px;
    gap: 10px;
  }
}
@media screen and (min-width: 425px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 12px;
  }
}
@media screen and (min-width: 850px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 15px;
  }
}
@media screen and (min-width: 950px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 15px;
  }
}
@media screen and (min-width: 1250px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left {
    font-size: 16px;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-left img {
  width: 20px;
}
@media screen and (min-width: 415px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left img {
    width: 25px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left img {
    width: 20px;
  }
}
@media screen and (min-width: 990px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left img {
    width: 25px;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-left .pipeline {
  width: 1px;
  height: 18px;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 425px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left .pipeline {
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left .pipeline {
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left .pipeline {
    height: 22px;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-left .text-color {
  color: #99ff00;
  text-decoration: underline;
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-left .text-color {
    text-decoration: none;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-left .text-color:hover {
  color: #e2fcf0;
}
.footer-wrap .footer-bottom .f-info-wrap .info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-wrap .footer-bottom .f-info-wrap .info-right img {
  width: 20px;
}
@media screen and (min-width: 458px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right img {
    width: 25px;
  }
}
@media screen and (min-width: 568px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right img {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right img {
    width: 25px;
  }
}
@media screen and (min-width: 950px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right img {
    width: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right img {
    width: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right img {
    width: 30px;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-right ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 375px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 10px;
  }
}
@media screen and (min-width: 425px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 15px;
  }
}
@media screen and (min-width: 568px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 15px;
  }
}
@media screen and (min-width: 900px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 20px;
  }
}
@media screen and (min-width: 990px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul {
    gap: 30px;
  }
}
.footer-wrap .footer-bottom .f-info-wrap .info-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
  padding-left: 6px;
  font-size: 8px;
}
@media screen and (min-width: 375px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 10px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 425px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 12px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 425px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 12px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 850px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 950px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1250px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-wrap .footer-bottom .f-info-wrap .info-right ul li span {
    font-size: 16px;
  }
}
.footer-wrap .footer-bottom .Copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  font-size: 10px;
}
@media screen and (min-width: 425px) {
  .footer-wrap .footer-bottom .Copyright {
    font-size: 12px;
  }
}
.footer-wrap .footer-bottom .Copyright a {
  padding: 0 3px;
  color: #99ff00;
}
.footer-wrap .footer-bottom .Copyright a:hover {
  color: #e2fcf0;
}

#lmModalOverlay .logoutconfirm button {
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "modesto-condensed", serif;
  overflow-x: hidden;
  background-color: #173f3b;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */